home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / iib122.lha / IIB / Threads / Additional / IARexx.lha / CyberVision2.irx < prev    next >
Text File  |  1997-04-04  |  621b  |  29 lines

  1. Just tried ModePro, and though its mode of operation is not as nice as
  2. NewMode, it is a more functional program.
  3.  
  4.  
  5.                         -ash
  6.  
  7. Ps It makes the following script possible.
  8.  
  9. /* Quickrender with multiview                */
  10. /* needs ModePro                             */
  11. /* Adapted from another script that appeared */
  12. /* here                                      */
  13.  
  14. QRPALLETTEMETHOD = 'Generate Palette'
  15. QRLIGHTSOURCE = ON
  16. QRHORZLIGHT = 20
  17. QRVERTLIGHT = 20
  18. QRSHOWPIC = FALSE
  19.  
  20. QUICKRENDER
  21.  
  22. address command 'sys:utilities/multiview file ram:quickrender pubscreen
  23. "Imagine"'
  24.  
  25.  
  26.  
  27.  
  28.                         -ash
  29.